Index at which start to replace old Y values in this UniformXyDataSeries<TY>
Collection with new Y values
Index at which take new Y values from the source collection.
Amount of Y values to replace
Update(Int32,IList<TY>,Int32,Int32) Method
Updates this UniformXyDataSeries<TY> with values from provided source.
Syntax

Parameters

destinationIndex
Index at which start to replace old Y values in this UniformXyDataSeries<TY>
source
Collection with new Y values
sourceIndex
Index at which take new Y values from the source collection.
count
Amount of Y values to replace
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also